home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global memberDisplayed
- set nChars to the number of chars in memberDisplayed
- set lastChar to char nChars of memberDisplayed
- delete char nChars of memberDisplayed
- if lastChar = "f" then
- put "c" after memberDisplayed
- else
- put "f" after memberDisplayed
- end if
- set currentLine to the text of member memberDisplayed of castLib "review_d"
- showReviewInfo(currentLine)
- if lastChar = "f" then
- go("closeUp&feature2")
- else
- go("closeUp&feature1")
- end if
- end
-